UFix64INumericUFix64Divide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UFix64 INumeric<UFix64>.Divide(
UFix64 value
)
Private Function Divide (
value As UFix64
) As UFix64 Implements INumeric(Of UFix64).Divide
private:
virtual UFix64 Divide(
UFix64 value
) sealed = INumeric<UFix64>::Divide
private abstract Divide :
value : UFix64 -> UFix64
private override Divide :
value : UFix64 -> UFix64
- value UFix64
- The value as the divisor.
UFix64The result of dividing the current value by
value.
INumericTSelfDivide(TSelf)